home *** CD-ROM | disk | FTP | other *** search
/ Lake Powell / Lake Powell.iso / pc / glc5gcdm.dxr / 00124.ls < prev    next >
Encoding:
Text File  |  1998-04-16  |  475 b   |  24 lines

  1. on mouseDown
  2.   set the movieRate of sprite 16 to 0
  3.   set the puppet of sprite 9 to 0
  4.   if the memberNum of sprite 30 > 0 then
  5.     set the movieRate of sprite 30 to 0
  6.     updateStage()
  7.   end if
  8.   set the visible of sprite 48 to 0
  9.   puppetSound("Tone")
  10.   updateStage()
  11.   repeat while the mouseDown
  12.     nothing()
  13.   end repeat
  14.   set the visible of sprite 48 to 1
  15. end
  16.  
  17. on mouseUp
  18.   if the shiftDown then
  19.     go("index1", "MainMenu")
  20.   else
  21.     go("Main", "MainMenu")
  22.   end if
  23. end
  24.